![]() |
PATH![]() |
The USB device endpoint descriptor is of this form:
struct USBEndPointDescriptor {
UInt8 length;
UInt8 descriptorType;
UInt8 endpointAddress;
UInt8 attributes;
UInt16 maxPacketSize;
UInt8 interval;
};
Previous | Back Up One Level | Next | Show Frames | Hide Frames